- calculateTextBounds
void calculateTextBounds(dstring text, uint[] linesWidths, int biggestWidth, int height, int maxWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
- characters
HipFontChar[dchar] characters()
- characters
const(HipFontChar[dchar]) characters()
Undocumented in source. Be warned that the author may not have intended to support it.
- getFontWithSize
HipFont getFontWithSize(uint size)
Undocumented in source.
- getKerning
int getKerning(dchar current, dchar next)
Undocumented in source.
- getKerning
int getKerning(const(HipFontChar)* current, const(HipFontChar)* next)
Undocumented in source.
- lineBreakHeight
uint lineBreakHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
- lineBreakHeight
uint lineBreakHeight(uint newHeight)
Undocumented in source. Be warned that the author may not have intended to support it.
- spaceWidth
uint spaceWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
- spaceWidth
uint spaceWidth(uint newWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
- texture
IHipTexture texture()
Undocumented in source. Be warned that the author may not have intended to support it.
- wordWrapRange
HipWordWrapRange wordWrapRange(dstring text, int maxWidth)
Undocumented in source. Be warned that the author may not have intended to support it.